RenderInputComboBox Constructor(String[])
In This Topic
Initializes a new instance of the
RenderInputComboBox class, assigning
RenderInputComboBox.Items from the specified strings.
Syntax
'Declaration
Public Function New( _
ByVal ParamArray () As String _
)
public RenderInputComboBox(
params string[]
)
Parameters
- items
- The strings that are used to initialize the RenderInputComboBox.Items array.
See Also